From 56871dbd4c1a1af3f0d1624f4858e9be67a89f7e Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 27 May 2024 01:23:30 +0300 Subject: [PATCH] * lisp/progmodes/project.el: Up xref dependency and bump the version --- lisp/progmodes/project.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index c57c16073b9..dceca2eab48 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1,8 +1,8 @@ ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2024 Free Software Foundation, Inc. -;; Version: 0.10.0 -;; Package-Requires: ((emacs "26.1") (xref "1.4.0")) +;; Version: 0.11.0 +;; Package-Requires: ((emacs "26.1") (xref "1.7.0")) ;; This is a GNU ELPA :core package. Avoid functionality that is not ;; compatible with the version of Emacs recorded above. -- 2.30.2